Action

An action providing a response to the CertificateErrorCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun allow()
Notifies the browser that the certificate error must be ignored.
Link copied to clipboard
open fun cancel()
Notifies the browser that loading must be canceled.
Link copied to clipboard
open fun deny()
Notifies the browser that the certificate error must not be ignored, and the page loading should be continued.
Link copied to clipboard
Returns true if this action is closed.